home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000545_sl1@eng.cam.ac.uk_Sat May 7 16:08:52 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from spanner.eng.cam.ac.uk by cs.umb.edu with SMTP id AA01891
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 7 May 1994 16:08:52 -0400
  3. Received: from polly.eng.cam.ac.uk (root@polly.eng.cam.ac.uk [129.169.52.38]) 
  4.           by spanner.eng.cam.ac.uk; Sat, 7 May 1994 21:08:47 +0100
  5. Received: from major.eng.cam.ac.uk by polly.eng.cam.ac.uk; Sat, 7 May 94 21:08:39 BST
  6. From: sl1@eng.cam.ac.uk
  7. Date: Sat, 7 May 94 21:08:38 BST
  8. Message-Id: <10623.9405072008@major.eng.cam.ac.uk>
  9. To: tex-k@cs.umb.edu
  10. Subject: suggestion for xdvik-1.8
  11.  
  12.  
  13. I have just installed xdvik-1.8. One suggestion for improvement
  14. would be the addition of the lins
  15.  
  16. if (!mf_mode)
  17.         {
  18.           if ((int) (pixels_per_inch + .5) == 300)
  19.         {
  20.           mf_mode="imagen";
  21.         }
  22.           else if ((int) (pixels_per_inch + .5) == 600)
  23.         {
  24.           mf_mode="laserjetfour";
  25.         }
  26.         }
  27.  
  28. at line 156 in the file xdvi.c - so that the default mode for
  29. font generation depends on the pixels_per_inch. Also, I added
  30.  
  31.       printf ("Making Font - this will take about 1 minute:\n %s\n",cmd);
  32.  
  33. to line 88 of tex-make.c in kpathsearch so that xdvi tells you that it
  34. is making a font, instead of leaving the user wondering.
  35.  
  36. Thanks for providing a very useful program!
  37.  
  38. Sanjay Lall,
  39. Cambridge University Engineering Dept.